body{background:#ffffff; width:100%; line-height:30px; color:#ffffff; font-size:16px; font-family:"Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial; overflow-x:hidden;}
body,div,p{margin:0; padding:0;}
ul,li{list-style:none; margin:0; padding:0;}
html{width:100%; overflow-x:hidden;}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance:none;}
input{outline:none;}
textarea{-webkit-appearance:none; outline:none; resize:none;}   
img{max-width:100%; border:0; margin:0; padding:0; display:block;}
a{color:#ffffff; text-decoration:none; outline:none; display:block;}
a:hover{color:#ffffff; cursor:pointer;}
div{outline:none}
ul,li{list-style-type:none}
*{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.main{margin:0 auto; max-width:75%; width:1440px;}
.clearfix:before,.clearfix:after{
  content: "";
  display: block;
  clear: both;
}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

select{outline:none; cursor:pointer;}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border:1px solid #e5e5e5;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background:url(../image/pull.png) no-repeat scroll right center transparent; width:13px; height:9px;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 15px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {display:none;}

/*两边的向两边靠*/
.flex_space-between{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between;-moz-box-pack:space-between;-webkit--moz-box-pack:space-between;box-pack:space-between;}
/*水平居中*/
.flex_justify-content{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-moz-box-pack:center;-webkit--moz-box-pack:center;box-pack:center;}
/*完美的平均分配*/
.flex_justify-content-around{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around;-webkit-justify-content:space-around;-moz-box-pack:space-around;-webkit--moz-box-pack:space-around;box-pack:space-around;}
/*垂直居中*/
.flex_align-items{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-ms-flex-align:center;align-items:center;box-align:center;-moz-box-align:center;-webkit-box-align:center;}
.ma{margin:0 auto;}

/*禁止复制粘贴*/
/** {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/
/*img {pointer-events: none;}*/

.bf5{background:#f5f5f5;}
.bf6{background:#f6f6f7;}

.ft45{font-size:45px;}
.ft30{font-size:30px;}

.header{width:100%; background:#ffffff; position:fixed; top:0; left:0; z-index:2;}
/*顶部*/
.top{background:#0165b3; width:100%; height:5px;}
/*头部*/
.head{width:75%; margin:0 auto;}
.head_l{float:left; width:19%; min-width:180px; padding:1.5% 0;}
.head_r{float:right; width:81%;}
/*导航*/
.menu{float:left; width:79%;}
.menu ul{/*width:96%;*/ margin-right:10px; text-align:center; font-size:0;}
.menu ul li{width:12%; /*padding:0 2%;*/ color:#414141; text-align:center; font-size:15px; display:inline-block; position:relative;}
.menu ul li:nth-child(1){width:8%;}
.menu ul li a{color:#414141;}
/*.menu ul li a:hover{background:rgba(1,101,179,0.6); color:#ffffff;}*/
.menu ul li:after{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background:rgba(255,255,255,1);
  content: " ";
  display: block;
  margin: 0 auto;
  position:absolute; top:0; left:50%;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
  height:100%;
}
.menu ul li:hover:after{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background:rgba(1,101,179,0.6);
  left:0;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  width: 100%;
}
.menu ul li:hover a{color:#ffffff; position:relative; z-index:2;}

/*搜索*/
.hunt{float:right; background:#e9f0f6; width:21%; height:44px; line-height:44px; border:30px; -webkit-border-radius:30px; -moz-border-radius:30px;}
.hunt input{float:left; background:none; border:0;}
.hunt .htxt{width:80%; height:44px; line-height:30px; padding:7px 5px 7px 20px; font-size:14px;}
.hunt .hpic{width:20px; height:20px; line-height:30px; margin-top:12px; cursor:pointer;}

/*手机站搜索*/
/*.logo{position:fixed; top:0; left:0; width:100%;z-index:999;}
.search{width:30px;position:absolute;left:2%;top:10px;z-index:8;}*/
.ss{width:0;height:35px;position:absolute;left:0;top:100%;overflow:hidden;z-index:7;}
.ss_bd{width:80%;height:35px;border:none;background:#dddddd;float:left;color:#333333;padding:0 5%;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:14px;}
.ss_btn{width:20%;float:left;line-height:35px;background:#0165b3;border:none;color:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; font-size:16px; cursor:pointer;}

/*隐藏手机导航、搜索*/
.head_3g{margin-top:8px; display:none;}

/*banner*/
.banner{width:100%;}
.banner img{width:100%;}
/*隐藏手机banner*/
.banner_3g{display:none;}

/*数字*/
.count{background:url(../image/count_bg.jpg) no-repeat top center; background-size:cover; width:100%;}/*#0165b3*/
.count ul{width:90%; margin:0 auto; padding:1% 0;}
.count ul li{float:left; width:20%; padding:2% 0; border-left:1px solid #458bc1; text-align:center;}
.count ul li:first-child{border-left:0;}
.count ul li span{color:#ffffff; font-size:35px;}
.count ul li i{vertical-align:super; color:#ffffff; font-size:20px; font-style:normal;}
.count ul li p{color:#ffffff;}

/*首页内容*/
/*.index_mid{width:74%; margin:0 auto;}*/

.middle{width:73%; margin:0 auto;}

/*关于我们*/
.index_about{padding:3% 0;}
.index_about_l{float:left; width:49%; overflow:hidden;}
.index_about_l img{width:100%;}
.index_about_r{float:left; width:51%;}
.iapadd{padding-left:7%;}
.iamarg{margin-left:7%;}
.iareng{width:21%; margin-bottom:4%; padding:0.8em 0; border-bottom:1px solid #cfcfcf; text-align:right; color:#1b1b1b; font-weight:bold;}
.iartit{line-height:1.4em; color:#1b1b1b; font-weight:100;}
.iardes{padding-top:3%; padding-bottom:3%; color:#1b1b1b; font-size:20px;}
.iarlin{background:#0165b3; width:52px; height:3px;}
.iarcon{padding-top:3%; color:#1b1b1b; font-size:14px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden;}
.iarmore{background:#0165b3; width:210px; height:40px; line-height:40px; margin-top:3%; text-align:center; color:#ffffff; font-size:14px;}
.iarmore a,.iarmore a:hover{color:#ffffff;}

/*厂房容貌、荣誉资质、设备展示*/
.index_ment{padding-bottom:4%;}
.index_ment_l{float:left; width:16%;}
.index_ment_l ul li{float:left; width:100%; background:#dddddd; /*height:75px;*/ margin-bottom:1px; text-align:center; font-size:16px; cursor:pointer; position:relative;}
.index_ment_l ul li span{line-height:20px; color:#000000; display:block;}
.index_ment_l ul li p{line-height:20px; color:#8c8c8c; font-size:12px;}
.index_ment_l ul li .shape{width:6px; height:6px; position:absolute; top:36%; right:0; z-index:2;}
/*小三角形*/
.delta{width:0; height:0; border-style:solid; border-width:10px; border-color:transparent #fff transparent transparent; font-size:0; line-height:0;}

.index_ment_r{float:right; width:83%;}
.index_ment_r ul li{float:left; width:25%; padding:0 5px; cursor:pointer;}
.index_ment_r ul li img{width:100%; height:100%; transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; overflow:hidden; display:block;}
/*.index_ment_r ul li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}*/
.index_ment_r ul li p{background:#efefef; height:44px; line-height:44px; text-align:center; color:#1b1b1b; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:relative;}
.index_ment_r ul li p:before {
  position: absolute;
  content: '';
  background: #0165b3;
  transition-duration: 0.5s;
  z-index: -1;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 1;
}

.index_ment_r ul li:hover p:before {
  width: 100%; 
  height: 100%;
  opacity: 1;
}
.index_ment_r ul li:hover p{color:#fff; position:relative; z-index:2;}


/*首页标题*/
.index_title{padding:4% 0; text-align:center;}
.index_title .ieng{color:#d0d0d0;}
.index_title .itit{/*background:url(../image/itit.png) no-repeat bottom center;*/ line-height:1.2em; padding-bottom:1%; color:#1b1b1b; font-weight:100;}
.index_title .itit span{padding-left:1.5%; color:#0165b3;}
.index_title .ilin img{margin:0 auto;}
.index_title .ides{line-height:2em; padding:3% 0 2% 0; color:#5a5a5a; font-size:17px;}
.aline{background:#e8e8e8; width:100%; height:1px;}
.alin{width:21px; height:21px; margin:0 auto;}
.alin img{width:100%; height:100%; margin-top:-10px;}

/*应用领域*/
.index_area{width:94%; margin:0 auto;}
.index_area ul{width:97%; margin:0 auto; padding-bottom:18%;}
.index_area ul li{float:left; width:12.5%; padding:0 34px;}
.index_area ul li img{margin:0 auto;}
.index_area ul li p{color:#494949; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.index_field{width:24%; margin:0 auto; text-align:center; overflow:hidden;}
.index_field img{width:100%; height:100%; margin:0 auto;}

/*产品展示*/
.index_pro{margin:5% auto 3% auto; box-shadow:0px 0px 40px #dfdfdf; -webkit-box-shadow:0px 0px 40px #dfdfdf; -moz-box-shadow:0px 0px 40px #dfdfdf;}
.index_pro .swiper-container{width:88%; margin:0 auto; padding:5% 0;}
.index_pro .swiper-slide{float:left; /*width:25%; padding:0 20px;*/}
.index_pro .swiper-slide a{border:1px solid #f5f5f5;}
.index_pro .swiper-pagination-bullet {
	background:url(../image/bk.png) no-repeat center center; background-size:cover;
}
.index_pro .swiper-pagination-bullet-active {
	background:url(../image/bh.png) no-repeat center center; background-size:cover;
}
.ippic{width:100%; overflow:hidden;}
.ippic img{width:100%; height:100%;}
.iplin{background:#f5f5f5; width:90%; height:1px; margin:0 auto;}
.iptit{width:94%; padding:6% 0; text-align:center; font-size:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.iptit span{padding-right:5%; color:#1e1e1e; font-size:15px; display:inline-block;}
.iptit em{background:#0165b3; width:16px; height:16px; line-height:16px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; text-align:center; color:#ffffff; font-size:15px; display:inline-block;}
.ipmore{background:#f5f5f5; line-height:2.8em; text-align:center; color:#a6a6a6; font-size:14px; position:relative;}
.index_pro .swiper-slide .ipmore:before {
  position: absolute;
  content: '';
  background: #0165b3;
  transition-duration: 0.5s;
  z-index: -1;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 1;
}

.index_pro .swiper-slide:hover .ipmore:before {
  width: 100%; 
  height: 100%;
  opacity: 1;
}
.index_pro .swiper-slide:hover .ipmore{color:#fff; position:relative; z-index:2;}


/*新闻中心*/
.index_news{width:89%; margin:0 auto; padding-bottom:5%; position:relative;}
.index_news ul li{float:left; width:33%; padding:0 20px 40px 20px;}

/*新闻列表*/
.index_news ul li a{transition:all 1s;}
.index_news ul li:hover a{box-shadow:0px 0px 15px #e4e4e4; -webkit-box-shadow:0px 0px 15px #e4e4e4; -moz-box-shadow:0px 0px 15px #e4e4e4;}

.index_news ul li .intmore{background:#0165b3; width:100%; line-height:40px; height:0; text-align:center; color:#ffffff; font-size:30px; font-weight:100; position:absolute; z-index:1; bottom:0; left:0; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s;}
.index_news ul li:hover .intmore{height:40px;}

/*首页新闻*/
.index_news .swiper-container{padding-bottom:40px;}
.index_news .swiper-slide{float:left;}

.index_news .swiper-slide a{transition:all 1s;}
.index_news .swiper-slide:hover a{box-shadow:0px 0px 15px #e4e4e4; -webkit-box-shadow:0px 0px 15px #e4e4e4; -moz-box-shadow:0px 0px 15px #e4e4e4;}

.index_news_t{width:100%; overflow:hidden; position:relative;}
.index_news_t img{width:100%; height:auto;}

.index_news .swiper-slide .intmore{background:#0165b3; width:100%; line-height:40px; height:0; text-align:center; color:#ffffff; font-size:30px; font-weight:100; position:absolute; z-index:1; bottom:0; left:0; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s;}
.index_news .swiper-slide:hover .intmore{height:40px;}

.index_news_b{padding:6% 5% 5% 5%;}
.index_news_b .inbtit{line-height:2em; padding-bottom:2%; color:#1b1b1b; font-size:17px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.index_news_b .inbcon{line-height:2.2em; color:#707070; font-size:13px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden;}

.inmore{position:absolute; width:100%; bottom:-30px;}
.imore{width:5%; margin:0 auto;}
.imore img{min-width:58px;}

/*返回首页*/
.back{width:100%; padding-top:2%; text-align:right; color:#1b1b1b;}
.back a,.back a:hover{color:#1b1b1b;}
/*栏目*/
.title{float:left; padding-right:6%;}
.cname{line-height:1.2em; color:#1b1b1b;}
.ename{line-height:1.2em; color:#dadada; font-weight:bold;}
/*分类*/
.lanmu{float:left; min-width:60%; padding-top:3%;}
.lanmu ul li{float:left; height:40px; line-height:40px; margin:0 2% 2% 2%; -webkit-transition: all 0.8s;
  transition: all 0.8s; background:#d6d6d6;}
.lanmu ul li a{/*background:#d6d6d6;*/ padding:0 2em; color:#4a4a4a; display:block;}
.lanmu ul li:hover{background:#0165b3;}
.lanmu ul li:hover a{color:#ffffff;}
.lanmu ul li a.la{background:#0165b3; color:#ffffff;}

/*渐变效果*/
/*.lanmu ul li{
  -webkit-transition: all 0.8s;
  transition: all 0.8s; background:#d6d6d6;
  background: -webkit-linear-gradient(180deg,#d6d6d6,#d6d6d6,#0165b3,#0165b3);
  background-position: 99% 50%;
  background-size: 300% 300%;
  cursor: pointer;
}
.lanmu ul li:hover{
  background-position: 1% 50%;
}
.lanmu ul li:hover a{color:#ffffff;}*/

/*关于我们*/
.about{padding:5% 0;}
.about,.about span,.about p{color:#1b1b1b;}

.null{text-align:center; color:#1b1b1b;}
/*新闻列表*/
.news_list{width:100%; padding:3% 0;}
.news_list ul li a{box-shadow:0px 0px 15px #e4e4e4; -webkit-box-shadow:0px 0px 15px #e4e4e4; -moz-box-shadow:0px 0px 15px #e4e4e4;}

/*新闻详情*/
.news_show{padding:5% 0 3% 0;}
.news_s_tit{line-height:1.2em; text-align:center; color:#171717; font-weight:bold; font-size:30px;}
.news_s_time{padding:1% 0; border-bottom:1px solid #e6e6e6; text-align:center; color:#747474; font-size:13px;}
.news_s_con{padding:2% 1%;}
.news_s_con,.news_s_con span,.news_s_con p{color:#747474;}
.news_s_con img{width:60%; margin:0 auto;}

/*分页*/
.page{width:100%; padding:3% 0; text-align:center;}
.page a{background:#ffffff; border:1px solid #d2d2d2; margin:0 5px 10px 5px; padding:3px 10px; color:#898989; font-size:14px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; display:inline-block;}
.page a.select{background:#277bd1; border:1px solid #277bd1; color:#ffffff;}

/*设备展示*/
.pro_list{padding:3% 0;}
.pro_list ul li{float:left; width:25%; padding:0 15px 30px 15px; cursor:pointer;}
.pro_list ul li .plpic{width:100%; overflow:hidden;}
.pro_list ul li .plpic img{width:100%; height:100%; transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s;}
.pro_list ul li:hover .plpic img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.pro_list ul li .pltit{background:#efefef; line-height:3em; color:#1b1b1b; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:relative;}
.pro_list ul li .pltit:before {
  position: absolute;
  content: '';
  background: #0165b3;
  transition-duration: 0.5s;
  z-index: -1;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 1;
}

.pro_list ul li:hover .pltit:before {
  width: 100%; 
  height: 100%;
  opacity: 1;
}
.pro_list ul li:hover .pltit{color:#fff; position:relative; z-index:2;}


/*设备详情*/
.pro_show{padding:3% 2%;}
.pro_l{float:left; width:50%; padding-right:5%; overflow:hidden;}
.pro_l img{width:100%; height:100%;}
.pro_r{float:left; width:45%;}
.pro_r .prtit{line-height:1.6em; padding-top:3%; color:#1b1b1b; font-size:25px;}
.pro_r .prdes{padding:1% 0; color:#9f9f9f; font-size:15px;}
.pro_r .prcon{color:#737373; font-size:15px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden;}
.pro_s_det{padding:3% 0 1% 0; border-bottom:1px solid #acacac; color:#010101; font-size:20px;}
.pro_s_con{padding:2% 1%;}
.pro_s_con,.pro_s_con span,.pro_s_con p{color:#737373; font-size:15px;}

/*翻页*/
.fanye{padding-bottom:5%;}
.fanye ul li{background:#e4e4e4; margin-bottom:2%; padding:0.3em 1.5em; color:#737373; font-size:15px;}
.fanye ul li:nth-child(odd){float:left;}
.fanye ul li:nth-child(even){float:right;}
.fanye ul li a,.fanye ul li a:hover{color:#737373;}

/*在线留言*/
.gbook{width:76%; margin:0 auto; padding:5% 0;}
.gbook_l{float:left; width:60%;}
.gtit{padding-bottom:20px;}
.gtit,.gtit p{color:#373433; font-size:20px;}
.gbook_l ul li{margin-bottom:20px; border:1px solid #dbdddc; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.gbook_l ul li input{border:0; width:100%; height:60px; line-height:30px; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px;}
.gbook_l ul li .gtxt{background:none; padding:15px; color:#afafaf; font-size:16px;}
.gbook_l ul li textarea{background:none; border:0; width:100%; height:120px; line-height:30px; margin:15px 0; padding:0 15px; color:#afafaf; font-size:16px;}
.gbook_l ul li .gsub{background:#0165b3; color:#ffffff; font-size:23px; cursor:pointer;}
.gbook_r{float:left; width:36%; padding-left:4%;}

/*底部*/
.foot_bg{background:#2e2e2e; width:100%;}
.foot{width:92%; margin:0 auto; padding:8% 0 5% 0;}
.foot_l{float:left; width:37%; padding-right:3%;}
.blogo{width:86%; padding-bottom:2%; overflow:hidden;}
.blogo img{width:100%; height:100%;}
.babout,.babout p{line-height:2em; color:#cecece; font-size:14px;}
.foot_r{float:left; width:60%;}
.nav{border-bottom:1px solid #3d3d3d;}
.nav ul li{float:left; width:12%; padding-bottom:3%; text-align:center; color:#ffffff; font-size:14px;}
.nav ul li a{color:#ffffff; display:block;}
.nav ul li a:hover{color:#ffffff;}
.bot{width:96%; margin:0 auto; padding:3% 0;}
.code{float:left; width:14%; padding-right:1%; overflow:hidden;}
.code img{width:100%; height:100%;}
.scan{float:left; width:3%; line-height:1.4em; text-align:center; color:#d4d4d4; font-size:12px;}
.copy{float:left; width:83%; padding:0 8%;}
.copy,.copy span,.copy p{line-height:2em; color:#cecece; font-size:12px;}
.copy a,copy a:hover{color:#cecece;}
.copy img{float:left;}
.copy span{float:left;}


@media(max-width:1600px){
	/*大标题*/
	.ft45{font-size:40px;}
	.ft30{font-size:25px;}
	/*首页关于我们*/
	.iareng{margin-bottom:2%;}
	.iardes{padding-top:2%; padding-bottom:2%;}
	/*首页产品*/
	.iptit{padding:3% 0;}
	.ipmore{line-height:2.4em;}
	/*应用领域*/
	.index_area ul li{width:25%; padding:0 20px 20px 20px;}
	.index_area ul li img{width:40%;}
	/*在线留言*/
	.gbook{width:86%;}
	.gbook_l ul li{margin-bottom:18px;}
	.gbook_l ul li input{height:50px;}
	.gbook_l ul li .gtxt{padding:10px 15px;}
	.gbook_l ul li textarea{margin:10px 0;}
}
@media(max-width:1440px){
	/*头部*/
	.head{width:90%;}
	/*内容*/
	.middle{width:88%;}
	/*首页我们*/
	.iareng{display:none;}
	/*首页产品*/
	.index_pro .swiper-container{padding-bottom:8%:}
	/*新闻标题*/
	.news_s_tit{line-height:1.4em; font-size:25px;}
	
}
@media(max-width:1200px){
	/*头部*/
	.head{width:92%;}
	/*.index_mid{width:91%;}*/
	/*内容*/
	.middle{width:90%;}
	/*数字*/
	.count ul{width:100%;}
	.count ul li{padding:1% 0;}
	.count ul li span{font-size:30px;}
	.count ul li p{font-size:15px;}
	/*首页关于我们*/
	.iarmore{width:160px;}
	/*厂房容貌*/
	.index_ment_l{width:100%;}
	.index_ment_l ul{text-align:center; font-size:0;}
	.index_ment_l ul li{float:none; width:33%; height:auto!important; padding:2% 0; display:inline-block;}
	.index_ment_l ul li span{line-height:1.4em;}
	.index_ment_l ul li p{line-height:1.4em;}
	.index_ment_l ul li .shape{position:absolute; left:47%; top:auto;}
	/*小三角形*/
	.delta{border-color:transparent transparent #fff transparent;}
	.index_ment_r{width:100%; padding-top:1%;}
	.index_ment_r ul li p{height:40px; line-height:40px;}
	/*首页应用领域*/
	.index_area ul li img{width:50%;}
	.index_field{width:28%;}
	/*首页产品*/
	/*.index_pro .swiper-slide{padding:0 10px 20px 10px;}*/
	/*首页新闻*/
	.index_news ul li{padding:0 10px 20px 10px;}
	.index_news_b .inbcon{line-height:2em;}
	/*产品列表*/
	.pro_list ul li{padding:0 10px 20px 10px;}
	.pro_list ul li .pltit{line-height:2.4em; font-size:15px;}
	/*新闻标题*/
	.news_s_tit{font-size:22px;}
}
@media(max-width:992px){
	/*pc-导航、搜索*/
	.head_pc{display:none;}
	/*手机-导航、搜索*/
	.head_3g{display:block;}
	/*数字*/
	.count ul li span{font-size:24px;}
	.count ul li p{line-height:1.4em; font-size:14px;}
	/*首页关于我们*/
	.iareng{display:none;}
	.iartit{display:none;}
	.iardes{display:none;}
	.iarlin{display:none;}
	/*首页标题*/
	.index_title .itit{padding-bottom:2%;}
	/*大标题*/
	.ft45{font-size:36px;}
	.ft30{font-size:21px;}
	/*应用领域*/
	.index_title .ides{display:none;}
	.index_title .itit span{display:none;}
	.aline{display:none;}
	.alin{display:none;}
	.index_field{width:32%;}
	/*首页产品*/
	.index_pro .swiper-container{padding-bottom:8%;}
	/*.index_pro .swiper-slide{padding:0 15px;}*/
	/*厂房容貌*/
	.index_ment_r{padding-top:2%;}
	/*栏目*/
	.title{width:100%; padding:3% 0; text-align:center;}
	/*分类*/
	.lanmu{width:100%; padding-top:2%;}
	.lanmu ul li{margin:0 1.5% 2% 1.5%;}
	.lanmu ul li a{padding:0 1.5em;}
	/*新闻详情*/
	.news_show{padding:3% 0;}
	/*在线留言*/
	.gbook_l{width:100%;}
	.gtit, .gtit p{font-size:18px;}
	.gbook_l ul li .gsub{font-size:20px;}
	.gbook_r{display:none;}
	/*底部*/
	.foot{/*padding:5% 0 3% 0;*/}
	.foot_l{display:none;}
	.foot_r{width:100%;}
}
@media(max-width:768px){
	/*隐藏电脑banner，显示手机banner*/
	.banner_pc{display:none;}
	.banner_3g{display:block;}
	/*首页标题*/
	.index_title .itit{padding-bottom:3%;}
	/*数字*/
	.count{display:none;}
	/*大标题*/
	.ft45{font-size:30px;}
	.ft30{font-size:15px;}
	/*厂房容貌*/
	.index_ment_r ul li{width:50%; padding:0 10px 20px 10px;}
	.index_ment_r ul li p{height:36px; line-height:36px;}
	/*应用领域*/
	.index_area ul li{padding:0 0 10px 0;}
	.index_area ul li img{width:60%;}
	.index_area ul li p{font-size:15px;}
	.index_field{width:36%;}
	/*首页产品*/
	.index_pro .swiper-container{padding-bototm:12%;}
	/*.index_pro .swiper-slide{width:50%;}*/
	
	/*新闻列表*/
	.index_news ul li .intmore{line-height:30px; font-size:20px;}
	.index_news ul li:hover .intmore{height:30px;}
	/*首页新闻*/
	.index_news .swiper-slide .intmore{line-height:30px; font-size:20px;}
	.index_news .swiper-slide:hover .intmore{height:30px;}
	/*分类*/
	.lanmu ul li{margin-bottom:3%; height:36px; line-height:36px;}
	/*新闻列表*/
	.news_list ul li{width:50%;}
	.index_news_b .inbtit{line-height:1.8em; font-size:16px;}
	.index_news_b .inbcon{line-height:1.8em;}
	.inmore{position:absolute; bottom:-24px;}
	.imore img{min-width:46px;}
	/*产品列表*/
	.pro_list ul li{width:50%;}
	/*翻页*/
	.fanye ul li:nth-child(odd){float:left; width:100%;}
	.fanye ul li:nth-child(even){float:left; width:100%;}
	/*新闻详情*/
	.news_s_con img{width:100%;}
	/*产品详情*/
	.pro_l{width:100%; height:auto!important;}
	.pro_r{width:100%;}
	/*在线留言*/
	.gbook{width:96%;}
	.gtit, .gtit p{line-height:1.6em; font-size:16px;}
	.gbook_l ul li{margin-bottom:15px;}
	.gbook_l ul li input{height:40px;}
	.gbook_l ul li .gtxt{padding:5px 15px; font-size:15px;}
	.gbook_l ul li textarea{margin:5px 0; font-size:15px;}
	.gbook_l ul li .gsub{font-size:18px;}
	/*底部*/
	.foot{/*padding:2% 0;*/}
	.code{display:none;}
	.scan{display:none;}
	.nav{display:none;}
	.copy{width:100%; text-align:center;}
}
@media(max-width:480px){
	body{font-size:15px;}
	/*首页关于我们*/
	.index_about_l{width:100%; height:auto;}
	.index_about_r{width:100%;}
	.iapadd{padding-left:0;}
	.iamarg{margin-left:0;}
	.iarmore{width:40%; min-width:120px; height:36px; line-height:36px;}
	/*大标题*/
	.ft45{font-size:27px;}
	.ft30{font-size:12px;}
	/*厂房容貌*/
	.index_ment_l ul li{font-size:15px;}
	.index_ment_l ul li p{display:none;}
	.index_ment_r ul li{padding:0 5px 10px 5px;}
	.index_ment_r ul li p{height:30px; line-height:30px;}
	/*应用领域*/
	.index_area{width:100%;}
	.index_area ul li img{width:74%;}
	.index_area ul li p{font-size:14px;}
	.index_field{width:50%;}
	/*首页产品*/
	.index_pro .swiper-container{padding-bottom:15%;}
	/*.index_pro .swiper-slide{padding:0 8px;}*/
	.iptit span{padding-right:0;}
	.iptit em{display:none;}
	.ipmore{line-height:2.2em;}
	/*首页新闻*/
	.index_news{width:100%;}
	/*新闻列表*/
	.index_news ul li{padding:0 5px 10px 5px;}
	.index_news ul li:hover .intmore{height:0;}
	/*首页新闻*/
	.index_news .swiper-slide:hover .intmore{height:0;}
	/*分类*/
	.lanmu ul li{margin-bottom:2%; height:32px; line-height:32px;}
	.lanmu ul li a{padding:0 1em;}
	/*新闻列表*/
	.index_news_b .inbtit{line-height:1.6em; font-size:15px;}
	.index_news_b .inbcon{line-height:1.6em; font-size:12px;}
	.inmore{position:absolute; bottom:-20px;}
	.imore img{min-width:40px;}
	/*新闻详情*/
	.news_s_tit{font-size:20px; line-height:1.2em;}
	.news_s_time{line-height:1.4em; padding:3% 0;}
	/*分页*/
	.page a{margin:0 3px 6px 3px; padding:0 8px;}
	/*产品列表*/
	.pro_list ul li{padding:0 5px 10px 5px;}
	.pro_list ul li .pltit{line-height:2.2em; font-size:14px;}
	/*产品详情*/
	.pro_r .prtit{font-size:20px;}
	.pro_s_det{font-size:18px;}
	/*翻页*/
	.fanye ul li{line-height:24px;}
	/*在线留言*/
	.gtit{display:none;}
	.gbook_l ul li{margin-bottom:10px;}
}

@media(max-width:320px){
	/*应用领域*/
	.index_area ul{padding-bottom:5%;}
	.index_area ul li{width:50%;}
	.index_area ul li img{width:48%;}
	.index_field{display:none;}
}





















